From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:15:21 +0000 (+0100) Subject: chore(i18n): Corrected spelling and improved grammar X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~187^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d92b31b661a86e15795322052b9ff2c7d86646fc;p=nextcloud-desktop.git chore(i18n): Corrected spelling and improved grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index bb3aa4fbd..a23a39827 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -2045,7 +2045,7 @@ Result FolderMan::unsupportedConfiguration(const QString &path) c { if (numberOfSyncJournals(path) > 1) { return tr("Multiple accounts are sharing the folder %1.\n" - "This configuration is know to lead to dataloss and is no longer supported.\n" + "This configuration is known to lead to data loss and is no longer supported.\n" "Please consider removing this folder from the account and adding it again.") .arg(path); }